home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 48 / PC Gamer IT CD 48 2-2.iso / Starsiege / tribesdemo.exe / Disk1 / data1.cab / Tribes_Demo / base / scripts.vol / esf.strings.cs < prev    next >
Encoding:
Text File  |  1999-09-14  |  6.1 KB  |  92 lines

  1. //============================================================================================
  2. // ES3 and Fear common strings
  3. // Reserved: 1.05 million to 1.1 million
  4.  
  5. IDRGN_BEG_ES3FEAR                   = 01050000;  
  6.  
  7. // SimShape: May be moved...
  8. IDSIMOBJ_SSP_DAMAGEDIST_BEGIN       = 01050010; // "";
  9. IDSIMOBJ_SSP_DAMAGETONONE           = 01050011, "Forward Damage to None";
  10. IDSIMOBJ_SSP_DAMAGETOPARENT         = 01050012, "Forward Full Damage to Parent";
  11. IDSIMOBJ_SSP_DAMAGETOPARENTATTEN    = 01050013, "Forward Attenuated Damage to Parent";
  12. IDSIMOBJ_SSP_DAMAGEDIST_END         = 01050019; // "";
  13.  
  14. IDSIMOBJ_SSP_DESTRUCTEV_BEGIN       = 01050020; // "";
  15. IDSIMOBJ_SSP_DESTDONOTHING          = 01050021, "Do Nothing";
  16. IDSIMOBJ_SSP_DESTAPPLYMAXDAMAGE     = 01050022, "Apply Max Damage";
  17. IDSIMOBJ_SSP_DESTAPPLYDAMAGEPOINTS  = 01050023, "Apply Specified Destruction Points";
  18. IDSIMOBJ_SSP_DESTRUCTEV_END         = 01050029; // "";
  19.  
  20.  
  21.  
  22. // Font <f0> = IDFNT_FONTIS_3      normal green   
  23. // Font <f1> = IDFNT_FONTIS_2      pale yellow
  24. // Font <f2> = IDFNT_FONTIS_1      bright yellow
  25. // Font <f3> = IDFNT_FONTIS_4      bright green
  26. // Font <f4> = IDFNT_FONTIS_5      gray
  27. // Font <f5> = IDFNT_FONTIS_6      red
  28. // Font <f6> = IDFNT_FONTIS_3I     normal italic   
  29.  
  30. //-------------------------------------- IRC CHAT STRINGS
  31. IDIRC_JOIN                          = 01060000, "<f4>%s (%s) has joined the conversation.";           
  32. IDIRC_QUIT                          = 01060001, "<f4>%s (%s) has quit the conversation.";           
  33. IDIRC_PART                          = 01060002, "<f4>%s (%s) has left the conversation.";           
  34. IDIRC_NICK                          = 01060003, "<f4>%s is now known as %s.";           
  35. IDIRC_SAYS                          = 01060004, "<f1>%s says:<f4> %s";           
  36. IDIRC_SAYS_ME                       = 01060005, "<f2>%s says:<f4> %s";           
  37. IDIRC_ACTION                        = 01060006, "<f6>%s %s";           
  38. IDIRC_NOTICE                        = 01060007, "<f4>NOTICE FROM %s: %s";           
  39. IDIRC_KICK                          = 01060008, "<f5>Host %s kicks %s out of the chat room, saying \"%s\".";           
  40. IDIRC_BAN                           = 01060009, "<f5>Host %s bans %s out of the chat room, saying \"%s\".";           
  41. IDIRC_IGNORE                        = 01060010, "<f4>You are now ignoring %s.";
  42. IDIRC_NO_IGNORE                     = 01060011, "<f4>You are no longer ignoring %s.";
  43. IDIRC_OPERATOR                      = 01060012, "<f4>%s made you an operator.";
  44. IDIRC_SPEAKER                       = 01060013, "<f4>%s made you a speaker.";
  45. IDIRC_SPECTATOR                     = 01060014, "<f4>%s made you a spectator.";
  46. IDIRC_WHO_REPLY                     = 01060015, "<f4>WHO %s: %s@%s (%s) connected to server %s.";
  47. IDIRC_CHANNEL                       = 01060016, "<f4>%03d %s -- %s";
  48. IDIRC_AWAY                          = 01060017, "<f4>%s is away: %s.";
  49. IDIRC_RETURNED                      = 01060018, "<f4>%s has returned.";
  50. IDIRC_MOTD                          = 01060019, "<f4>%s";
  51. IDIRC_ERROR                         = 01060020, "<f5>%s";
  52. IDIRC_PING                          = 01060021, "<f4>%s roundtrip delay: %d seconds.";
  53. IDIRC_WHOIS_REPLY                   = 01060022, "<f4>%s.";
  54. IDIRC_WHOIS_IDLE_M                  = 01060023, "<f4>%s has been idle for %d minute(s) and %d second(s).";
  55. IDIRC_WHOIS_IDLE_S                  = 01060024, "<f4>%s has been idle for %d second(s).";
  56. IDIRC_VERSION                       = 01060025, "<f4>%s's version: %s.";
  57. IDIRC_JOIN_IP_MESSAGE               = 01060026, "left to play %s on server %s [%s:%d%d]";
  58.  
  59. //------------ IRC Errors
  60. IDIRC_CONNECTING_SOCKET             = 01060200, "<f4>Connecting to %s:%d ...";
  61. IDIRC_CONNECTING_IRC                = 01060201, "<f4>Logging into chat server.";
  62. IDIRC_CONNECTING_WAITING            = 01060202, "";
  63. IDIRC_CONNECTING_DONE               = 01060203, "<f4>Successfully connected to %s:%d.";
  64. IDIRC_CONNECTED                     = 01060204, "<f4>Connected to %s.";
  65. IDIRC_RECONNECT                     = 01060205, "<f4>Try %d.  Attempting to reconnect to %s.";
  66. IDIRC_DISCONNECTED                  = 01060206, "<f4>Disconnect successful.";
  67. IDIRC_ERR_DROPPED                   = 01060207, "<f5>NOTICE: You have been disconnected from %s.";
  68. IDIRC_ERR_CONNECT                   = 01060208, "<f5>NOTICE: Could not connect to %s.";
  69. IDIRC_ERR_HOSTNAME                  = 01060209, "<f5>NOTICE: Could not resolve address %s.";
  70. IDIRC_ERR_SET_NICK                  = 01060210, "<f5>NOTICE: Your Nick and Full Name must be set before connecting.";
  71. IDIRC_ERR_NICK                      = 01060211, "<f5>NOTICE: Your Nick (%s) is in use.";
  72. IDIRC_ERR_RECONNECT                 = 01060212, "<f5>NOTICE: Unable to reconnect to server %s.";
  73. IDIRC_CHANNEL_LIST                  = 01060213, "";
  74. IDIRC_ERR_NICK_IN_USE               = 01060214, "<f5>NOTICE: Nickname (%s) is already in use.";
  75. IDIRC_ERR_TIMEOUT                   = 01060215, "<f5>NOTICE: Connection failed. The server did not respond.";
  76. IDIRC_BANNED_CH                     = 01060216, "<f4>Cannot join %s: you have been banned.";
  77. IDIRC_BANNED_SERVER                 = 01060217, "<f4>You have been banned from this server.";
  78. IDIRC_INVITE_ONLY                   = 01060218, "<f4>Cannot join %s: room is invite only.";
  79. IDIRC_CHANNEL_FULL                  = 01060219, "<f4>Cannot join %s: room is full.";
  80. IDIRC_CHANNEL_FLAGS                 = 01060220, "";
  81. IDIRC_INVITED                       = 01060221, "";
  82. IDIRC_UNAWAY_REPLY                  = 01060222, "<F4>You are no longer marked as being away.";
  83. IDIRC_NOWAWAY_REPLY                 = 01060223, "<F4>You have been marked as being away.";
  84. IDIRC_NO_TOPIC                      = 01060224, "<F4>%s: No topic is set.";
  85. IDIRC_INVITE_REPLY                  = 01060225, "<F4>You have invited %s to room %s.";
  86. IDIRC_BAN_LIST                      = 01060226, "";
  87. IDIRC_END_OF_WHO                    = 01060227, "<F4>End of WHO list.";
  88. IDIRC_CHANNEL_HAS_KEY               = 01060228, "<F4>Cannot join %s: invalid key.";
  89. IDIRC_PART_PRIVATE                  = 01020229, "<F4>%s (%s) has disconnected from IRC.";
  90.  
  91. IDRGN_END_ES3FEAR                  = 01099999;
  92.